home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / misc / emu / AWClock.lha / CLOCK.EXE / 0 / RCDATA / TFRMMENU / TFRMMENU.txt
Encoding:
Text File  |  2001-05-30  |  1.0 KB  |  50 lines

  1. object frmMenu: TfrmMenu
  2.   Left = 200
  3.   Top = 162
  4.   BorderStyle = bsNone
  5.   Caption = 'frmMenu'
  6.   ClientHeight = 20
  7.   ClientWidth = 586
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object shpMenu: TShape
  19.     Left = 0
  20.     Top = -1
  21.     Width = 581
  22.     Height = 21
  23.     OnMouseUp = shpMenuMouseUp
  24.   end
  25.   object lblProject: TLabel
  26.     Left = 20
  27.     Top = 4
  28.     Width = 33
  29.     Height = 13
  30.     Alignment = taCenter
  31.     Caption = 'Project'
  32.     OnClick = lblProjectClick
  33.     OnMouseMove = lblProjectMouseMove
  34.   end
  35.   object lblSettings: TLabel
  36.     Left = 70
  37.     Top = 4
  38.     Width = 38
  39.     Height = 13
  40.     Alignment = taCenter
  41.     Caption = 'Settings'
  42.     OnClick = lblSettingsClick
  43.     OnMouseMove = lblSettingsMouseMove
  44.   end
  45.   object ApplicationEvents1: TApplicationEvents
  46.     OnDeactivate = ApplicationEvents1Deactivate
  47.     Left = 480
  48.   end
  49. end
  50.